-
Notifications
You must be signed in to change notification settings - Fork 12
feat(eslint): typescript config #2320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 0b6c51a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
02b9943 to
bc31434
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2320 +/- ##
==========================================
- Coverage 91.28% 91.28% -0.01%
==========================================
Files 47 47
Lines 2376 2375 -1
Branches 104 104
==========================================
- Hits 2169 2168 -1
Misses 196 196
Partials 11 11 ☔ View full report in Codecov by Sentry. |
bc31434 to
09d7921
Compare
09d7921 to
bd2935d
Compare
| const config = compat.extends('airbnb-base') | ||
|
|
||
| const defaultAirBnbRules = [...fixupPluginRules(config)].reduce( | ||
| (acc, curerntConfig) => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| (acc, curerntConfig) => ({ | |
| (acc, currentConfig) => ({ |
bd2935d to
8f2bd93
Compare
Signed-off-by: Alexandre Philibeaux <[email protected]>
8f2bd93 to
0b6c51a
Compare
Signed-off-by: Alexandre Philibeaux <[email protected]>
Fix breaking change and add related changed to #2129